8 queens problem การใช้
ประโยค
- :The 8 queens problem is a fairly well known comp sci problem that is often used to teach iterative refinement ( assuming mastery of certain data structure concepts needed to model the board like arrays of arrays ) or iterative searching.